The base class of any Carbonite DAO that manages entity persistence operations against an Entity Framework data context.

Namespace: Keystone.Carbonite.Entity
Assembly: Keystone.Carbonite.Entity (in Keystone.Carbonite.Entity.dll)

public abstract class EntityDao<TEntity, TDataContext> : Dao<TEntity, DbSet<TEntity>, TDataContext, Func<TEntity, bool>, IEnumerable<OrderingCriteria<TEntity>>, PagingCriteria, EntityCarboniteController<TDataContext>, IDbTransaction, IsolationLevel
where TEntity : class 
where TDataContext : DbContext, new()
This language is not supported or no code example is available.

Type Parameters

TEntity

The entity type.

TDataContext

The data context type.

Windows, Windows Server, OS X, macOS, iOS, tvOS, Android, Linux, AWS, Azure

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

.NET Framework

Supported in: 4.6

Others

Xamarin, Mono